home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1302.dms / var1302.adf / XFH-HandlerV1.34 / patcharp / README < prev    next >
Text File  |  1992-09-02  |  579b  |  15 lines

  1. /*
  2.  * A small program to patch the arp.library's CompareLock() function.
  3.  *
  4.  * Starting this program (probably with 'run patcharp') will install a
  5.  * SetFunction() on arp.library's CompareLock() vector that transform
  6.  * this call into the correct AmigaDOS 2.0 call.
  7.  *
  8.  * The patch can be removed by sending a CTRL-C to the program (if started
  9.  * using 'RUN', this must be done with the 'break' shell command). However,
  10.  * the program will not exit if another program has a SetFunction() on
  11.  * CompareLock (and it's really never save to remove a SetFunction()
  12.  * anyway).
  13.  *
  14.  */
  15.